home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 00 / 2 / DISK0028.ZIP / GUMUP1.DOC < prev    next >
Text File  |  1983-03-09  |  6KB  |  156 lines

  1.  
  2. ***************************************************************************
  3.             DOCUMENTATION FOR 'GUMUPs':
  4.         GARBS' UNSUPPORTED MODERATELY USEFUL PROGRAMS
  5. ***************************************************************************
  6.  
  7.  
  8. I. Introduction
  9.  
  10.     GUMUPs are small but useful utility programs which have been
  11. placed in the public domain by J. P. Garbers (me).  They may be distributed
  12. freely, but may NOT be included in marketed software without my express
  13. written consent.
  14.  
  15.     As the acronym implies, I cannot support the GUMUPs.  I have
  16. tested them thoroughly and use them every day on my own system, but
  17. I cannot be held liable for any problems they may create for you.
  18. I am also not responsible for providing updates, fixes, or patches
  19. for new operating system releases or nonstandard hardware configurations.
  20.  
  21.     Comments are welcome.  See the appendix for my addresses.
  22.  
  23.     The GUMUPs were developed under a grant from Userview Corporation.
  24.  
  25.  
  26. II. OBTAINING GUMUPs
  27.  
  28.     The GUMUPs may be obtained from a number of sources.  First,
  29. when Radio Free PC is on the air (as announced in POST IBM on the
  30. Source), users of the Crosstalk communications package may call the
  31. system at 404-294-6879 to do a direct download of the files.
  32.  
  33.     Users of the Source may also obtain the GUMUPs in HEX format
  34. files.    These files will have to be converted to binary form before
  35. they are used.    To do this conversion, a program called PC-HEX may
  36. be obtained from the same account (12)CL0040.  The PC-HEX program
  37. is in Microsoft BASIC and is self-documenting.
  38.  
  39.     Users without communications capabilities may wish to send me
  40. a formatted diskette with a stamped, self-addressed return mailer
  41. (I will return no diskettes without a stamped return mailer), which I
  42. will return with the GUMUP programs.  Feel free to send along any nice
  43. public domain software if you take this route.
  44.  
  45.     In any case, I would appreciate it if you would drop me a note
  46. letting me know where you got the programs, and how you like them.
  47.  
  48. III. LF.COM
  49.  
  50.     LF is a program which provides a selective directory listing
  51. sorted by extension and filename.
  52.  
  53.     INVOKING THE PROGRAM:  LF may be invoked with the same options
  54. as DIR, i.e. 'LF', 'LF B:', 'LF *.ASM', etc.  However, if either the
  55. filename or extension is not supplied on the command line, LF will fill
  56. it in with wildcards; thus, 'LF .ASM' is the same as 'LF *.ASM' and
  57. will list all the files with the extension '.ASM'.
  58.  
  59.     LIMITATIONS:  LF has been successfully used on 160K and 320K
  60. floppy drives.    It should work equally well on any DOS-compatible
  61. drive, and should be transportable to any MS-DOS system.
  62.  
  63.  
  64. IV. VDEL.COM
  65.  
  66.     VDEL is a program which allows selective deletion of files.
  67.  
  68.     INVOKING THE PROGRAM:  VDEL may be invoked by typing
  69. 'VDEL fname.ext' at the command prompt.  Wildcards may (and usually will)
  70. be used, i.e. 'VDEL *.ASM'.
  71.  
  72.     If any matching files are found, VDEL will display the name of
  73. the file, and ask if it should be deleted.  Pressing 'Y' or 'y' will
  74. delete the file. Pressing ESC stops the program.  Any other key will
  75. leave the file alone and continue asking about other matching files.
  76.  
  77.     I strongly encourage you to use VDEL instead of DEL or ERASE
  78. when doing wild-card deletions.  It is too easy to accidentally delete
  79. a file you wanted to keep when using the normal DOS commands.
  80.  
  81.     LIMITATIONS: VDEL should be transportable to any MS-DOS system.
  82.  
  83.  
  84. V. FK.COM
  85.  
  86.     FK is a function key handler for the IBM PC.  Full documentation
  87. is available in the external document FK.DOC.
  88.  
  89.  
  90. VI. SYSTAT.COM
  91.  
  92.     SYSTAT provides you with information about all the disks
  93. currently accessible to your system.
  94.  
  95.     INVOKING THE PROGRAM: From DOS command level, type SYSTAT.  No
  96. arguments are needed.  SYSTAT will report on all drives available on
  97. your system, showing their capacities, free space, names, and comments.
  98.  
  99.     Both SYSTAT and CD (see below) make use of .NAM files for disk iden-
  100. tification.  With EDLIN or any other editor (or with a quick COPY CON DISK.NAM),
  101. create a file with the extension .NAM.    The file should consist of one
  102. line describing the contents of the file (i.e. 'communications programs',
  103. 'utility packages', 'BASIC games', etc.)  SYSTAT and CD will display
  104. the contents of the .NAM file to help you keep track of what's currently in
  105. your system.  There should only be one .NAM file per diskette.
  106.  
  107.     LIMITATIONS:  SYSTAT and CHKDSK occasionally disagree about disk
  108. free space.
  109.  
  110.     SYSTAT should be compatible with all hard-disk and RAM-disk systems,
  111. and is transportable to any MS-DOS system.
  112.  
  113.  
  114. VII.  CD.COM
  115.  
  116.     CD logs a new drive (or remains on the current one), displays
  117. the drive's name and description, and presents a sorted directory.
  118.  
  119.     INVOKING THE PROGRAM:  From DOS command level, type CD x: where
  120. x: is the drive you wish to use.  Normally, you would just type x: to
  121. do this.  CD will connect you to the drive, display the disk's logical
  122. name and description (see discussion of .NAM files above), and
  123. display the disk's directory sorted by extension and file name.
  124.  
  125.     LIMITATIONS:  CD should be compatible with all MS-DOS systems.
  126.  
  127. VIII.  WAIT.COM
  128.  
  129.     WAIT is only useful in batch files.  It takes about three
  130. seconds to count down from three before continuing.  Thus, it allows
  131. a user to interrupt a batch file (if, perhaps, an error occurred at
  132. one stage in the batch processing), but will not require attention
  133. during unattended operation (unlike the standard DOS command PAUSE,
  134. which will wait forever for a keypress).
  135.  
  136. APPENDIX
  137.  
  138.     I may be reached Source mail at CL0040, or via U.S. mail at
  139.  
  140.     Jeffrey P. Garbers
  141.     890E Clubhouse Circle West
  142.     Decatur, GA 30032
  143.  
  144.     Upon receiving this document, please do me a favor and
  145. and send me a note containing your name, address, and where you got the
  146. programs. Monetary contributions will not be refused, but are not solicited;
  147. comments, suggestions, criticisms, and contributions of quality public-domain
  148. software will be especially appreciated.
  149.  
  150. 
  151.  
  152.  
  153.  
  154.  
  155. SIG/Access:
  156.